home *** CD-ROM | disk | FTP | other *** search
/ More MacCube 2: Games / More MacCube Vol 2 Games.bin / Games / Xconq 7.0.1 / lib / README < prev    next >
Text File  |  1995-08-22  |  834b  |  24 lines

  1. This file documents library maintenance; it is for the guidance of game
  2. designers and system administrators.
  3.  
  4. imf.dir is the directory of all images in this library.  It is merely
  5. a list of image names along with the filenames where their data is kept.
  6. The purpose is to speed up image loading by reading only a subset of
  7. the image files.
  8.  
  9. There are two ways to rebuild imf.dir; by running
  10.  
  11.     makedir.sh *.imf >imf.dir
  12.  
  13. or
  14.  
  15.     makedir.pl *.imf >imf.dir
  16.  
  17. The first is a Bourne shell script, and the second a Perl script; every
  18. system that can run Xconq has either /bin/sh or Perl.
  19.  
  20. game.dir is a list (in GDL syntax) of games that should appear in new
  21. game dialogs for players.  These games should be real games that have
  22. been somewhat tested, so the casual browser doesn't get thrown into
  23. some sort of horrible alpha-quality experiment.
  24.